| 1. | Discussion on normal parameter value of body weight and main organs of 4 8 weeks old sd rats 大鼠体重和主要脏器正常参考值 |
| 2. | For example , suppose you define a normal parameter as an array of a type parameter 例如,假设您将一个普通参数定义为类型参数的数组。 |
| 3. | Also defines one or more type parameters in addition to its normal parameters 除了其正常参数外, “泛型过程”还定义一个或多个“类型参数” 。 |
| 4. | To be generic , the procedure must take at least one type parameter , in addition to any normal parameters it might take 若要成为泛型过程,除了可能采用的所有普通参数外,该过程还必须采用至少一种类型参数。 |
| 5. | A generic procedure can use its type parameters in its normal parameter list , in its return type if it has one , and in its procedure code 泛型过程可以在它的普通参数列表、返回类型(如果有)和过程代码中使用其类型参数。 |
| 6. | Define one or more type parameters in addition to their normal parameters , so the calling code can pass specific data types each time it makes a call 除了定义它们的常规参数外,还定义一个或多个类型参数,这样,调用代码可以在每次进行调用时传递特定的数据类型。 |